Generate Password
Password Generation
Generate Password
GET
Generate Password
Generates a random secure password. This endpoint does not require authentication.
Endpoint
Authentication
No authentication required.Request
This endpoint does not accept any parameters.Response
The generated password string.
Success Response
Error Responses
Example Request
Implementation Details
This endpoint is implemented inviews.py:18 using the response_password view function. It calls the internal password() function to generate a secure random password and returns it in JSON format.